eventcontrollerlegacy: Convert docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Mar 2021 06:36:34 +0000 (01:36 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:36 +0000 (16:37 +0000)
gtk/gtkeventcontrollerlegacy.c

index 406e6a6ff2b3e3994247b40ed3d40131680888e7..63f7c385ea0e7cad4e27c3de44229bd953f91a99 100644 (file)
  */
 
 /**
- * SECTION:gtkeventcontrollerlegacy
- * @Short_description: Event controller for miscellaneous events
- * @Title: GtkEventControllerLegacy
- * @See_also: #GtkEventController
+ * GtkEventControllerLegacy:
  *
- * #GtkEventControllerLegacy is an event controller that gives you
- * direct access to the event stream. It should only be used as a
- * last resort if none of the other event controllers or gestures
- * do the job.
- **/
+ * `GtkEventControllerLegacy` is an event controller that provides raw
+ * access to the event stream.
+ *
+ * It should only be used as a last resort if none of the other event
+ * controllers or gestures do the job.
+ */
 
 #include "config.h"
 
@@ -79,13 +77,13 @@ gtk_event_controller_legacy_class_init (GtkEventControllerLegacyClass *klass)
 
   /**
    * GtkEventControllerLegacy::event:
-   * @controller: the object which received the signal.
-   * @event: the #GdkEvent which triggered this signal
+   * @controller: the object which received the signal
+   * @event: the `GdkEvent` which triggered this signal
    *
    * Emitted for each GDK event delivered to @controller.
    *
    * Returns: %TRUE to stop other handlers from being invoked for the event
-   *    and the emission of this signal. %FALSE to propagate the event further.
+   *   and the emission of this signal. %FALSE to propagate the event further.
    */
   signals[EVENT] =
     g_signal_new (I_("event"),